home *** CD-ROM | disk | FTP | other *** search
/ DS-CD ROM 2 1993 August / DS CD-ROM 2.Ausgabe (August 1993).iso / text / ds0156b / install.bat < prev    next >
DOS Batch File  |  1992-06-03  |  1KB  |  51 lines

  1. @echo off
  2. cls
  3. echo            ┌──────────────────────────────────────────────────┐
  4. echo            │  Language Help System Festplatten-Installation   │
  5. echo            │         Copyright 1990 by O.Berndt V1.5          │
  6. echo            └──────────────────────────────────────────────────┘
  7. echo:
  8. echo:
  9. IF %1a == a goto Error
  10. IF %1 == c: goto start
  11. IF %1 == C: goto start
  12. IF %1 == d: goto start
  13. IF %1 == D: goto start
  14. IF %1 == e: goto start
  15. IF %1 == E: goto start
  16.  
  17. :Error
  18. echo     Bitte starten Sie die Installation mit folgenden Parametern:
  19. echo     INSTALL d:
  20. echo:
  21. echo     d:       bezeichnet das logische Laufwerk (z.B. c:)
  22. echo:
  23. goto ende
  24.  
  25. :start
  26. echo     Die Installation erfolgt in dem Verzeichnis %1\LHSVOLL
  27. echo:
  28. echo     * Erzeugen des Unterverzeichnisses
  29. md %1\LHSVOLL > nul
  30. echo     * Installation der Programme & Daten
  31. copy *.* %1\LHSVOLL\*.* > nul
  32. del %1\LHSVOLL\install.bat >nul
  33. echo:
  34. echo     * Legen Sie die Diskette 2 in Ihr Laufwerk
  35. pause
  36. echo:
  37. echo     * Installation der Programme & Daten
  38. copy *.* %1\LHSVOLL\*.* > nul
  39. del %1\LHSVOLL\install.bat >nul
  40. %1
  41. cd LHSVOLL >nul
  42. echo:
  43. echo     * Auspacken der Daten
  44. deutsch >nul
  45. englisch >nul
  46. del deutsch.exe >nul
  47. del englisch.exe >nul
  48. echo:
  49. echo     * Die Installation ist abgeschlossen
  50. :ende
  51.